gusucode.com > 支持向量机工具箱 - LIBSVM OSU_SVM LS_SVM源码程序 > 支持向量机工具箱 - LIBSVM OSU_SVM LS_SVM\stprtool\linear\Contents.m

    % Linear discriminant function.
%
% Included algorithms:
%   (dir) anderson  - Algorithms solving Generalized Anderson's task.
%   (dir) finite    - Algorithms separating finite point sets by a hyperplane.
%   (dir) fisher    - Algorithms finding Fisher's classifiers.
%   linclass        - Classifier based on linear decision rule.
%
% Auxiliary functions:
%   ctransf   - Adds one constant coordinate to training set.
%   homog2    - Adds one constant coordinate to training set.
%   ictransf  - Complementary transformation of the ctransf.
%

% Statistical Pattern Recognition Toolbox, Vojtech Franc, Vaclav Hlavac
% (c) Czech Technical University Prague, http://cmp.felk.cvut.cz
% Written Vojtech Franc (diploma thesis) 02.11.1999, 11.4.2000
% Modifications
% 24. 6.00 V. Hlavac, comments polished.